home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stut_src / colordef.h < prev    next >
Text File  |  1996-06-04  |  922b  |  47 lines

  1. /*
  2.  * ColorDefs.h
  3.  *
  4.  * D‚finitions des couleurs et motifs utilis‚es pour les divers 
  5.  * ‚l‚ments graphiques de l'interface utilisateur GEM
  6.  *
  7.  * History:
  8.  * --------
  9.  * Created by fplanque
  10.  */ 
  11.    
  12. /*
  13.  * Notes:
  14.  * ------
  15.  * Signification des suffixes des constantes:
  16.  * _2  : a utiliser si monochrome!
  17.  * _4  :            si  4 couleurs dispo au moins
  18.  * _16 :            si 16 couleurs dispo au moins
  19.  */
  20.  
  21.  
  22. /*
  23.  * Bureau:
  24.  */
  25.     #define    DESK_PATTERN_4            7
  26.     #define    DESK_COLOR_4            GREEN
  27.     #define    LOGO_COLOR_4            RED
  28.     #define    VERSION_COLOR_16        LBLACK
  29.     #define    ICON_PAPER_2            WHITE
  30.     #define    ICON_PAPER_16            LCYAN
  31.     
  32. /* 
  33.  * Fenetres Directories:
  34.  */
  35.     #define    DIR_PATTERN_4            4
  36.     #define    DIR_PATTERN_16            7
  37.     #define    DIR_COLOR_16            LYELLOW
  38.  
  39. /* 
  40.  * Formulaires:
  41.  */
  42.     #define    FORM_PATTERN_16        7
  43.     #define    FORM_COLOR_16            LWHITE
  44.     
  45.     #define    FORM_PATTERN_4            5
  46.     #define    FORM_COLOR_4            GREEN    
  47.